home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
PZAZZDEM
/
PZAZZDEM.ZIP
/
VCL16
/
PZCOLSED.DFM
/
PZCOLSED.txt
Wrap
Text File
|
1996-11-07
|
3KB
|
154 lines
object PZColumnsEditForm: TPZColumnsEditForm
Left = 301
Top = 172
ActiveControl = ColumnsListBox
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Columns Editor'
ClientHeight = 235
ClientWidth = 260
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object AddButton: TBitBtn
Left = 176
Top = 8
Width = 75
Height = 25
Caption = '&Add'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = AddButtonClick
end
object DeleteButton: TBitBtn
Left = 176
Top = 40
Width = 75
Height = 25
Caption = '&Delete'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = DeleteButtonClick
end
object EditButton: TBitBtn
Left = 176
Top = 72
Width = 75
Height = 25
Caption = '&Edit'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = EditButtonClick
NumGlyphs = 2
end
object MoveUpButton: TBitBtn
Left = 176
Top = 104
Width = 75
Height = 25
Caption = 'Move &Up'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = MoveUpButtonClick
NumGlyphs = 2
end
object MoveDownButton: TBitBtn
Left = 176
Top = 136
Width = 75
Height = 25
Caption = 'Move D&own'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = MoveDownButtonClick
NumGlyphs = 2
end
object OKButton: TBitBtn
Left = 176
Top = 168
Width = 75
Height = 25
Caption = 'OK'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 6
NumGlyphs = 2
end
object CancelButton: TBitBtn
Left = 176
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 7
NumGlyphs = 2
end
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 161
Height = 221
Caption = '&Columns'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object ColumnsListBox: TListBox
Left = 8
Top = 20
Width = 145
Height = 193
Ctl3D = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ParentCtl3D = False
ParentFont = False
TabOrder = 0
OnClick = ColumnsListBoxClick
OnDblClick = EditButtonClick
end
end
end